home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 1997 January
/
inter@ivo 1997-01.iso
/
cybint12
/
bin
/
demos.dxr
/
00023.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-14
|
319 b
|
20 lines
on exitFrame
global act
if act = 0 then
if rollOver(22) or rollOver(23) then
cursor([901, 902])
else
cursor(-1)
end if
end if
if act = 1 then
if rollOver(25) or rollOver(26) then
cursor([901, 902])
else
cursor(-1)
end if
Loopframe()
end if
go("loop")
end